home *** CD-ROM | disk | FTP | other *** search
/ Suzy B Software 2 / Suzy B Software CD-ROM 2 (1994).iso / programm / prog_a2m / gprof / catalog.asc next >
Text File  |  1995-05-02  |  601b  |  10 lines

  1. GPROFPR from the Free Software Foundation is a wonderful and needed
  2. program if you do any programming in Gnu C.  Running this program will
  3. allow you to learn where your program spent its time and which functions
  4. called which other functions while it was executing.  This information
  5. can show you which pieces of your program are slower than you expected,
  6. and might be candidates for rewriting to make your program execute
  7. faster.  It can also tell you which functions are being called more or
  8. less often than you expected.  This may help you spot bugs that had
  9. otherwise been unnoticed.
  10. 168K.